| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim instance As New Data(buffer, offset, count)  | |
Parameters
- buffer
 - The buffer holding byte data values.
 - offset
 - The number of offset bytes where the data starts.
 - count
 - The number of bytes with data values.
 
Target Platforms: Microsoft .NET Framework 2.0